@charset "utf-8";
/* 首页 */
.banner {
	height: 440px;
	background: url("../images/banner.png") no-repeat center;
}

.banner h1 {
	padding-top: 62px;
	font-size: 44px;
	font-weight: 600;
	color: #FFF;
	line-height: 60px;
	text-align: center;
	letter-spacing: 4px;
}

.banner .search {
	width: 720px;
	margin: 30px auto 0;
}

.banner .search-type span {
	position: relative;
	display: block;
	float: left;
	padding: 0 15px;
	margin-right: 8px;
	cursor: pointer;
	color: #FFF;
	font-size: 20px;
	font-weight: 600;
	letter-spacing: 2px;
	line-height: 32px;
	height: 32px;
	border-radius: 4px;
}

.banner .search-type span.active {
	background: #FFF;
	color: #4A87F5;
}

.banner .search-type span.active::after {
	content: " ";
	position: absolute;
	bottom: -9px;
	left: 50%;
	margin-left: -6px;
	display: block;
	width: 0;
	height: 0;
	border-top: 9px solid #FFF;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
}

.banner .search-input {
    position: relative;
	margin-top: 15px;
	border-radius: 4px;
}
.banner .search-input .input-box{
    background-color: #FFF;
    height: 50px;
}
.banner .search-input .history-box{
    width: 570px;
    background-color: #FFF;
    font-weight: 400;
    font-size: 14px;
    color: #3D3F44;
    line-height: 3;
    cursor: pointer;
}
.banner .search-input .history-box .del-btn{
    font-size: 14px;
    color: #949aa1;
    text-align: right;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-right: 10px;
}
.banner .search-input .history-box .del-btn:hover{
    color: #4A87F5;;
}
.banner .search-input .history-box .del-btn svg{
    font-size: 16px;
    width: 16px;
    height: 16px;
}
.banner .search-input .history-box ul{
    width: 100%;
}

.banner .search-input .history-box ul li{

}
.banner .search-input .history-box ul li span{
    display: block;
    margin: 0 16px;
}
.banner .search-input .history-box ul li:first-child span{
    border-top: 1px #E2E2E2 solid;
}

.banner .search-input .history-box ul li:hover{
    background: #F5F6F9;
    color: #3677F6;
}

.banner .search-input .key-word {
	display: block;
	float: left;
	width: 560px;
	height: 50px;
	line-height: 16px;
	text-indent: 16px;
}

.banner .search-input .btn {
	display: block;
	float: right;
	width: 150px;
	height: 50px;
	border: none;
	background: #FFA200;
	border-radius: 4px;
	color: #FFF;
	font-size: 20px;
	font-weight: 600;
	line-height: 50px;
	text-align: center;
	cursor: pointer;
	transition: linear .2s;
}

.banner .search-input .btn:hover {
	opacity: .85;
}

.banner .search-input .btn .icon {
	display: inline-block;
	width: 22px;
	height: 20px;
	background: url("../images/icon-search.png") no-repeat center;
	vertical-align: middle;
}

.banner .search-hot {
	margin-top: 28px;
}

.banner .search-hot dt {
	float: left;
	box-sizing: border-box;
	width: 54px;
	height: 94px;
	padding-top: 16px;
	background: rgba(255, 255, 255, .1);
	border-radius: 4px;
}

.banner .search-hot dt span {
	display: block;
	width: 34px;
	height: 14px;
	margin: 0 auto 12px;
	background-color: #FFA200;
	border-radius: 4px 0;
	color: #FFF;
	text-align: center;
	font-size: 11px;
	line-height: 14px;
}

.banner .search-hot dt h2 {
	font-size: 16px;
	font-weight: 400;
	line-height: 20px;
	color: #FFF;
	text-align: center;
}

.banner .search-hot dd {
	float: right;
	width: 640px;
	max-height: 94px;
	overflow: hidden;
}

.banner .search-hot dd a {
	display: inline-block;
	margin-right: 20px;
	font-size: 14px;
	color: #FFF;
	line-height: 32px;
	transition: linear .2s;
}

.banner .search-hot dd a:hover {
	color: #FFF;
	opacity: .85;
}

.index-news {
	margin-top: 20px;
}

.index-news h3 {
	float: left;
	width: 80px;
	height: 26px;
	background-color: #4A87F5;
	border-radius: 4px;
	font-size: 16px;
	color: #FFF;
	font-weight: 600;
	line-height: 26px;
	text-align: center;
}

.index-news .list {
	float: right;
	width: 1090px;
	height: 26px;
	overflow: hidden;
}

.index-news .swiper {
	width: 1090px;
	height: 26px;
}

.index-news .swiper-slide a {
	display: block;
	width: 100%;
	height: 26px;
	line-height: 26px;
	overflow: hidden;
}

.index-news .swiper-slide span:first-child {
	display: block;
	float: left;
	width: 890px;
	height: 26px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.index-news .swiper-slide span:nth-child(2) {
	display: block;
	float: right;
	width: 200px;
	text-align: right;
}

.index-term {
	margin-top: 20px;
}

.index-term li {
	float: left;
	width: 285px;
	margin-right: 45px;
}

.index-term li:nth-child(4n) {
	margin-right: 0;
}

.index-term a {
	display: block;
	width: 100%;
	height: 100px;
	box-sizing: border-box;
	padding-top: 28px;
	padding-left: 40px;
	background: #f5f9ff;
	border-radius: 4px;
	overflow: hidden;
}

.index-term .icon {
	display: flex;
	align-items:center;
	justify-content: center;
	float: left;
	width: 44px;
	height: 44px;
	margin-right: 22px;
	transition: ease-in-out .8s;
}

.index-term a:hover .icon {
	transform: translateX(5px);
}

.index-term h2 {
	height: 22px;
	font-size: 18px;
	font-weight: 600;
	letter-spacing: 2px;
	line-height: 22px;
}

.index-term p {
	height: 22px;
	font-size: 14px;
	line-height: 22px;
}

.index-title {
	margin: 40px 0 15px;
	font-size: 24px;
	letter-spacing: 2px;
	line-height: 32px;
	color: #232e44;
	text-align: center;
	font-weight: bold;
}

.index-title a {
	color: #232e44;
}

.list-tit {
	position: relative;
}

.list-tit ul {
	display: flex;
	justify-content: center;
}

.list-tit li {
	position: relative;
	height: 30px;
	padding: 0 20px;
	line-height: 30px;
	cursor: pointer;
}

.list-tit li.active {
	color: #FFF;
	background: #4A87F5;
	border-radius: 4px;
}

.list-tit li.active::after {
	content: " ";
	position: absolute;
	bottom: -9px;
	left: 50%;
	margin-left: -6px;
	display: block;
	width: 0;
	height: 0;
	border-top: 9px solid #4A87F5;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
}

.list-tit .more-btn {
	position: absolute;
	right: 0;
	top: 0;
}

.list-con {
	margin-top: 20px;
}

.list-con .row {
	clear: both;
	display: block;
	height: 40px;
	line-height: 40px;
	border-bottom: 1px solid #F0F0F0;
}

.list-con .row:first-child {
	border-top: 1px solid #F0F0F0;
}

.list-con .row p {
	float: left;
	width: 1000px;
	height: 40px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.list-con .time {
	float: right;
	color: #010101;
}

.indxe-hot,
.indxe-explain {
	margin-top: 40px;
	padding: 40px 0 20px;
	background: #f5f9ff;
}

.hot-title {
	width: 205px;
	height: 340px;
	box-sizing: border-box;
	background-image: linear-gradient(-50deg, #4683f2 70%, #4A87F5 30%);
	background-color: #4A87F5;
	border-radius: 4px;
	color: #FFF;
}

.hot-title h3 {
	/*height: 30px;*/
	padding-top: 30px;
	font-size: 24px;
	font-weight: 600;
	line-height: 30px;
	letter-spacing: 2px;
	text-align: center;
}

.hot-title p {
	margin: 5px 20px 16px;
	height: 58px;
	border-bottom: 1px solid rgba(255, 255, 255, .1);
	font-size: 14px;
	line-height: 20px;
	text-align: center;
}

.hot-title li {
	margin-left: 30px;
	font-size: 14px;
	line-height: 30px;
	vertical-align: middle;
}

.hot-title .icon {
	display: inline-block;
	width: 17px;
	height: 30px;
	margin-right: 5px;
	background: url('../images/icon-003.png') no-repeat center;
	background-size: contain;
	vertical-align: middle;
	opacity: .7;
}

.hot-title .icon04 {
	background-image: url('../images/icon-004.png');
}

.hot-title .icon05 {
	background-image: url('../images/icon-005.png');
}

.hot-title .more-btn {
	margin: 35px auto 0;
}

.hot-con {
	width: 980px;
}

.hot-con a {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	float: left;
	width: 230px;
	height: 100px;
	margin: 0 20px 20px 0;
	overflow: hidden;
	background-image: linear-gradient(0deg, #eaf2ff 0%, #FFFFFF 50%, #eaf2ff 100%);
	background-color: #eaf2ff;
	background-size: auto 200%;
	background-position: center -100%;
	border-radius: 4px;
}

.hot-con a:hover {
	background-position: center 0;
}

.hot-con a:nth-child(4n) {
	margin-right: 0;
}

.hot-con .icon-hot {
	position: absolute;
	top: -8px;
	left: -28px;
	display: block;
	width: 70px;
	padding-top: 16px;
	background: #FFA200;
	color: #FFF;
	font-size: 12px;
	line-height: 14px;
	text-align: center;
	transform: rotate(-45deg) scale(.85);
}

.hot-con p {
	width: 180px;
	line-height: 22px;
	max-height: 66px;
	text-align: justify;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
}

.indxe-explain .index-title {
	margin-top: 0;
}

.explain-tit {
	border-bottom: 1px solid #ebedf0;
}

.explain-tit li {
	position: relative;
	float: left;
	height: 50px;
	margin-right: 50px;
	line-height: 30px;
	cursor: pointer;
}

.explain-tit li::after {
	content: " ";
	position: absolute;
	left: 50%;
	bottom: -1px;
	width: 0;
	height: 2px;
	background: #4A87F5;
	opacity: 0;
	transform: translateX(-50%);
	transition: width ease-in-out .5s;
} 

.explain-tit li.active {
	color: #4A87F5;
}

.explain-tit li.active::after {
	opacity: 1;
	width: 100%;
}

.explain-con {
	margin-top: 30px;
	height: 510px;
}

.explain-con .row {
	float: left;
	width: 620px;
	height: 150px;
	box-sizing: border-box;
	margin: 0 40px 20px 0;
	overflow: hidden;
	background-image: linear-gradient(0deg, #eaf2ff 0%, #FFFFFF 50%, #eaf2ff 100%);
	background-color: #eaf2ff;
	background-size: auto 200%;
	background-position: center -100%;
	border-radius: 4px;
	transition: linear .2s;
}

.explain-con .row:nth-child(2n) {
	margin-right: 0;
}

.explain-con .row:hover {
	background-position: center 0;
}

.explain-con .row .img {
	float: left;
	width: 240px;
	height: 150px;
	overflow: hidden;
}

.explain-con .row img {
	display: block;
	width: 100%;
	height: 100%;
	transition: ease-out 1s;
}

.explain-con .row .img:hover img {
	transform: scale(1.05);
}

.explain-con .row h4,
.explain-con .row p {
	float: left;
	width: 280px;
	margin-left: 40px;
}

.explain-con .row h4 {
	overflow: hidden;
	white-space:nowrap; 
	text-overflow: ellipsis;
	padding-top: 30px;
	font-size: 16px;
	font-weight: 400;
	line-height: 28px;
}

.explain-con .row p {
	margin-top: 10px;
	font-size: 14px;
	line-height: 20px;
	color: #999;
	text-align: justify;
	max-height: 60px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
}

.explain-con .row p a {
	color: #999;
}

.explain-con .row p a:hover {
	color: #4A87F5;
}

.partener-tit {
	padding-bottom: 25px;
	border-bottom: 1px solid #ebebeb;
	text-align: center;
	letter-spacing:1px;
}

.partener-tit li {
	float: left;
	height: 30px;
	padding: 0 20px;
	margin-bottom: 5px;
	border-radius: 4px;
	line-height: 30px;
	cursor: pointer;
	transition: background linear .2s;
}

.partener-tit li.active {
	color: #FFFFFF;
	background: #4A87F5;
}

.partener-con {
	margin-top: 40px;
	margin-bottom: 40px;
	overflow: visible;
	user-select: none;
}

.partener-con .swiper-slide {
	opacity: 0;
	padding: 0 30px 0 30px;
	box-sizing: border-box;
}

.partener-con .swiper-slide-active {
	opacity: 1;
}

.partener-con .row {
	float: left;
	margin: 0 20px 20px 0;
	width: 153.8px;
	height: 83px;
	background: #FFF;
	box-shadow: 6px 6px 22px 0 rgba(237, 239, 247, .68);
	border-radius: 4px;
	display: flex;
	align-items:center;
	justify-content: center;
	transition: ease-in-out .5s;
}

.partener-con .row:nth-child(7n) {
	margin-right: 0;
}

.partener-con .row:hover {
	transform: scale(1.05);
	box-shadow: 8px 8px 25px 0 rgba(237, 239, 247, .88);
}

.partener-con .row img {
	display: block;
	max-height: 100%;
}

.partner-swiper-button-next:hover,.partner-swiper-button-prev:hover{
	opacity: 1;
}

.partner-swiper-button-next{
	right: -5px;
}
.partner-swiper-button-prev{
	transform: rotateY(180deg);
	left: -10px;
}
.partner-swiper-button-next,.partner-swiper-button-prev{
	position: absolute;
	top: 45%;
	width: 50px;
	height: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 10;
	cursor: pointer;
	background: url("../images/arrow-r.png") center top no-repeat ;
	background-size: contain;
	opacity: .7;
	transition: ease-in-out .5s;
}

.bottom-20{
	bottom: -20px;
}

/* 小屏幕 */
@media screen and (max-width: 1366px) {
	.index-news .list,
	.index-news .swiper {
		width: 890px;
	}

	.index-news .swiper-slide span:first-child {
		width: 690px;
	}

	.index-term li {
		width: 235px;
	}
	
	.index-term a {
		padding-top: 28px;
		padding-left: 15px;
	}
	
	.index-term .icon {
		margin-right: 12px;
	}
	
	.list-con .row p {
		width: 800px;
	}
	
	.hot-title h3 {
		padding-top: 25px;
	}
	
	.hot-title {
		width: 180px;
		height: 320px;
	}
	
	.hot-title li {
		margin-left: 20px;
	}
	
	.hot-title .more-btn {
		margin-top: 25px;
	}
	
	.hot-con {
		width: 810px;
	}
	
	.hot-con a {
		width: 195px;
		height: 100px;
		margin: 0 10px 10px 0;
	}
	
	.explain-tit li {
		margin-right: 20px;
	}
	
	.explain-con {
		height: 400px;
	}
	
	.explain-con .row {
		width: 495px;
		height: 120px;
		margin: 0 10px 10px 0;
	}
	
	.explain-con .row .img {
		width: 190px;
		height: 120px;
	}
	
	.explain-con .row h4,
	.explain-con .row p {
		width: 265px;
		margin-left: 15px;
	}
	
	.explain-con .row h4 {
		padding-top: 15px;
	}
	
	.explain-con .row p {
		margin-top: 5px;
	}
	
	.partener-con .row {
		margin-right: 10px;
		margin-bottom: 10px;
		width: 122px;
	}
	
}

/* 移动端 */
@media screen and (orientation:portrait) and (max-width: 1080px) {
	.banner {
		height: auto;
		padding-bottom: 8vw;
		background-size: auto 100%;
		background-position: 65% center;
	}
	
	.banner h1 {
		padding-top: 12vw;
		font-size: 7vw;
		line-height: 10vw;
		letter-spacing: .5vw;
	}
	
	.banner .search {
		width: 86vw;
		margin-top: 8vw;
	}
	
	.banner .search-type span {
		padding: 0 3vw;
		margin-right: 2vw;
		font-size: 4.2vw;
		font-weight: 400;
		letter-spacing: 0;
		line-height: 8vw;
		height: 8vw;
	}
	
	.banner .search-type span.active::after {
		bottom: -2.2vw;
		margin-left: -3vw;
		border-top: 2.5vw solid #FFF;
		border-left: 3vw solid transparent;
		border-right: 3vw solid transparent;
	}
	
	.banner .search-input {
		margin-top: 4vw;
		height: 12vw;
	}
	
	.banner .search-input .key-word {
		width: 66vw;
		height: 12vw;
		line-height: 12vw;
		text-indent: 3vw;
	}
	
	.banner .search-input .btn {
		width: 15vw;
		height: 12vw;
		background: #FFA200 url("../images/icon-search.png") no-repeat center;
		background-size: auto 6vw;
		text-indent: -9999em;
		overflow: hidden;
	}
	
	.banner .search-input .history-box {
        width: 100%;
    }
	
	.banner .search-hot {
		box-sizing: border-box;
		margin-top: 4vw;
		padding: 4vw;
		background: rgba(255, 255, 255, .1);
		border-radius: 4px;
	}
	
	.banner .search-hot dt {
		float: none;
		width: 100%;
		height: auto;
		padding-top: 0;
		margin-bottom: 3vw;
		background: none;
	}
	
	.banner .search-hot dt br {
		display: none;
	}
	
	.banner .search-hot dt span {
		display: inline-block;
		width: auto;
		height: auto;
		padding: 0 2vw;
		margin: 0 1vw 0 0;
		font-size: 3.75vw;
		line-height: 5vw;
	}
	
	.banner .search-hot dt h2 {
		display: inline-block;
		font-size: 4.2vw;
		line-height: 5vw;
		font-weight: 600;
		text-align: left;
	}
	
	.banner .search-hot dd {
		float: none;
		width: 100%;
		max-height: 24vw;
	}
	
	.banner .search-hot dd a {
		margin-right: 3vw;
		font-size: 3.75vw;
		line-height: 6vw;
	}
	
	.index-news {
		margin-top: 5vw;
	}
	
	.index-news h3 {
		box-sizing: border-box;
		width: 12vw;
		height: 12vw;
		padding: 1vw;
		font-size: 3.8vw;
		font-weight: 400;
		line-height: 5vw;
	}
	
	.index-news .list,
	.index-news .swiper {
		width: 82vw;
		height: 12vw;
	}
	
	.index-news .swiper-slide a {
		height: 12vw;
		line-height: 6vw;

	}

	.index-news .swiper-slide span:first-child {
		float: none;
		width: 100%;
		height: 12vw;
		white-space: normal;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 2;
	}

	.index-news .swiper-slide span:nth-child(2) {
		display: none;
	}

	.index-term {
		margin-top: 5vw;
	}
	
	.index-term li {
		width: 47vw;
		margin-right: 2vw;
		margin-bottom: 2vw;
	}
	
	.index-term li:nth-child(2n) {
		margin-right: 0;
	}
	
	.index-term a {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		align-items: center;
		height: 22vw;
		padding: 3vw 0;
	}
	
	.index-term .icon {
		width: 7vw;
		height: 6vw;
		margin-right: 2vw;
	}
	
	.index-term a:hover .icon {
		transform: translateX(0) rotateY(360deg);
	}
	
	.index-term h2 {
		width: 20vw;
		height: 6vw;
		font-size: 4.2vw;
		letter-spacing: 0;
		line-height: 6vw;
	}
	
	.index-term p {
		height: 6vw;
		font-size: 3.8vw;
		line-height: 6vw;
	}
	
	.index-title {
		margin: 8vw 0 4vw;
		font-size: 6vw;
		letter-spacing: 0;
		line-height: 8vw;
	}
	
	.list-tit li {
		height: 8vw;
		padding: 0 5vw;
		line-height: 8vw;
	}
	
	.list-tit li.active::after {
		bottom: -2.2vw;
		margin-left: -3vw;
		border-top: 2.5vw solid #4A87F5;
		border-left: 3vw solid transparent;
		border-right: 3vw solid transparent;
	}
	
	.list-tit .more-btn {
		width: 100%;
		top: 180vw;
		background: #FFFFFF;
		border: 1px solid #4A87F5;
		color: #4A87F5;
	}
	
	.list-tit .more-btn:hover {
		background: #f5f9ff;
	}
	
	.list-con {
		margin-top: 5vw;
		margin-bottom: 20vw;
	}
	
	.list-con .row {
		height: 16vw;
		line-height: 6vw;
		display: flex;
		justify-content: center;
		align-items: center;
	}
	
	.list-con .row p {
		width: 100%;
		height: auto;
		font-size: 3.8vw;
		white-space: normal;
		display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
	}
	
	/*.list-con .row p::before {*/
	/*	content: "· ";*/
	/*	color: #999;*/
	/*}*/
	
	.list-con .time {
		display: none;
	}
	
	.indxe-hot,
	.indxe-explain {
		margin-top: 8vw;
		padding: 8vw 0 6vw;
	}
	
	.hot-title {
		position: relative;
		float: none;
		width: 100%;
		height: auto;
		padding: 5vw 3vw;
		margin-bottom: 2vw;
	}
	
	.hot-title h3 {
		float: left;
		height: 12vw;
		padding-top: 0;
		margin-right: 2vw;
		font-size: 6vw;
		line-height: 12vw;
		letter-spacing: 0;
	}
	
	.hot-title p {
		margin: 0;
		height: 12vw;
		margin-bottom: 3vw;
		font-size: 3.8vw;
		line-height: 12vw;
		text-align: left;
	}
	
	.hot-title p br {
		display: none;
	}
	
	.hot-title ul {
		float: none;
	}
	
	.hot-title li {
		margin-left: 0;
		font-size: 3.8vw;
		line-height: 6vw;
	}
	
	.hot-title li:nth-child(2) {
		margin-left: 6vw;
	}
	
	.hot-title li:nth-child(3) {
		margin-left: 12vw;
	}
	
	.hot-title .icon {
		width: 4vw;
		height: 6vw;
		margin-right: 2vw;
		background-size: auto 3.8vw;
	}
	
	.hot-title .more-btn {
		position: absolute;
		right: 10vw;
		bottom: 6.5vw;
		margin: 0;
		width: 15vw;
		height: 15vw;
		box-sizing: border-box;
		padding: 2.5vw 2vw 0;
		line-height: 5vw;
		border-radius: 100%;
		font-size: 3.8vw;
		box-shadow: 1vw 1vw 3vw 0 rgba(0, 0, 0, .1);
	}
	
	.hot-con {
		float: none;
		width: 100%;
	}
	
	.hot-con a {
		width: 47vw;
		height: 25vw;
		margin: 0 2vw 2vw 0;
	}
	
	.hot-con a:nth-child(2n) {
		margin-right: 0;
	}
	
	.hot-con a:nth-child(n+11) {
		display: none;
	}
	
	.hot-con .icon-hot {
		top: -3.5vw;
		left: -15.5vw;
		width: 35vw;
		padding-top: 5vw;
		font-size: 3.8vw;
		line-height: 6vw;
		transform: rotate(-45deg) scale(.75);
	}
	
	.hot-con p {
		width: 40vw;
		line-height: 5vw;
		max-height: 15vw;
		font-size: 3.8vw;
	}
	
	.indxe-explain {
		padding-bottom: 18vw;
	}
	
	.explain-tit {
		position: relative;
		border-bottom: none;
	}
	
	.explain-tit ul {
		float: none;
		width: 100%;
		height: 12vw;
		white-space: nowrap;
		overflow-x: scroll;
	}
	
	.explain-tit li {
		float: none;
		display: inline-block;
		height: 10vw;
		margin-right: 3vw;
		line-height: 8vw;
	}
	
	.explain-tit li::after {
		bottom: 0;
	}
	
	.explain-tit .more-btn {
		float: none;
		position: absolute;
		right: 0;
		top: 128vw;
		width: 100%;
		background: #f5f9ff;
		border: 1px solid #4A87F5;
		color: #4A87F5;
	}
	
	.explain-tit .more-btn:hover {
		background: #FFFFFF;
	}
	
	.explain-con {
		margin-top: 3vw;
		height: 111.2vw;
	}
	
	.explain-con .row {
		float: none;
		width: 100%;
		height: 24.8vw;
		margin: 0 0 3vw 0;
	}
	
	.explain-con .row:nth-child(n+5) {
		display: none;
	}
	
	.explain-con .row .img {
		width: 42vw;
		height: 24.8vw;
	}
	
	.explain-con .row h4,
	.explain-con .row p {
		width: 48vw;
		margin-left: 3vw;
	}
	
	.explain-con .row h4 {
		padding-top: 2vw;
		font-size: 3.8vw;
		line-height: 8vw;
	}
	
	.explain-con .row p {
		margin-top: 1vw;
		font-size: 3.8vw;
		line-height: 6vw;
		max-height: 12vw;
		-webkit-line-clamp: 2;
	}
	
	.partener-tit {
		white-space: nowrap;
		overflow-x: scroll;
		padding-bottom: 2vw;
		border-bottom: none;
		text-align: center;
	}
	.partener-con {
		margin-top: 3vw;
		margin-bottom: 8vw;
	}
	
	.partener-con .swiper-slide {
		display: flex;
		flex-wrap: wrap;
		justify-content: left;
		padding: 0;
	}
	
	.partener-con .row {
		float: none;
		margin: 0 2vw 2vw 0;
		width: 17.5vw;
		height: 12vw;
	}
	
	.partener-con .row:nth-child(7n) {
		margin-right: 2vw;
	}
	
	.partener-con .row:nth-child(5n) {
		margin-right: 0;
	}
	
}


.index-company{
    width: 100%;
    margin-top:30px;
    background: #F6F9FE;
}
.index-company .c-nav{
    background: #FFFFFF;
    display: flex;
}
.index-company .c-left li{
    padding: 0 85px 0 33px;
    height: 48px;
    display: flex;
    align-items: center;
    cursor: pointer;
}
.index-company .c-left li:not(.active):hover{
    color: #3974FB;
}
.index-company .c-left .active{
    background: #3974FB;
    color: #ffffff;
}
.index-company .rmxm li,.index-company .qy li{
    position: relative;
}
.index-company .rmxm li::before{
    content: " ";
    background: #9E9E9E;
    display: inline-block;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    margin-left: -10px;
    position: absolute;
    top: 25%;

}
.index-company .qy li {
    padding: 10px 10px;
}
.index-company .qy li:nth-child(-n+6){
    border-bottom: 1px solid #F0F0F0;
}
.index-company .qy li:not(:nth-child(3n))::after{
    content: " ";
    background: #F0F0F0;
    display: inline-block;
    width: 1px;
    height: 60%;
    margin-left: -10px;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
}


